home *** CD-ROM | disk | FTP | other *** search
/ Programming Languages Suite / ProgramD2.iso / Borland / Borland C++ V5.02 / BLAZER.PAK / BLAZER.RH < prev    next >
Text File  |  1997-05-06  |  1KB  |  40 lines

  1. //----------------------------------------------------------------------------
  2. // ObjectWindows
  3. // Copyright (c) 1995, 1995 by Borland International, All Rights Reserved
  4. //----------------------------------------------------------------------------
  5. #include <owl/window.rh>
  6.  
  7. #define IDD_SPEED         801
  8. #define IDD_BITBLT        802
  9.  
  10. #define IDC_DESTRUCTIVE   101
  11. #define IDC_SPRITE        102
  12. #define IDC_SOUND         103
  13. #define IDC_RANDOM        550
  14. #define IDC_RANDOMPLACE   551
  15. #define IDC_DELTA         552
  16. #define IDC_DELTAPLACE    553
  17. #define IDC_DELAY         554
  18. #define IDC_DELAYPLACE    555
  19.  
  20. #define IDB_TREEIMAGE        1
  21. #define IDB_BALL            2
  22. #define IDB_FILESELECT      3
  23. #define IDB_HELP            4
  24. #define IDB_FILESEND        5
  25. #define IDB_CONTEXTSELECT   6
  26. #define IDB_EXIT            7
  27.  
  28. #define CM_FILESELECT     501
  29. #define CM_FILESEND       502
  30. #define CM_HELPABOUT      503
  31. #define CM_CONTEXTSELECT  504
  32.  
  33. #define IDM_MAINMENU      200
  34. #define IDM_AWCONTEXTMENU 300
  35. #define IDI_BIGICON       401
  36.  
  37. #define OPTIONSID         104
  38.  
  39. #define IDA_ABOUT         500
  40.